home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / gnome-terminal.postinst < prev    next >
Encoding:
Text File  |  2010-06-22  |  470 b   |  19 lines

  1. #!/bin/sh -e
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installmenu
  6. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  7.     update-menus
  8. fi
  9. # End automatically added section
  10.  
  11.  
  12. if [ "$1" = "configure" ]; then
  13.     update-alternatives --install /usr/bin/x-terminal-emulator \
  14.     x-terminal-emulator /usr/bin/gnome-terminal.wrapper 40 \
  15.     --slave /usr/share/man/man1/x-terminal-emulator.1.gz \
  16.     x-terminal-emulator.1.gz /usr/share/man/man1/gnome-terminal.1.gz
  17. fi
  18.  
  19.